Welcome![Sign In][Sign Up]
Location:
Search - polygon clipping

Search list

[3D Graphicexp2

Description: 多边形世界 裁剪体 图形学 实验二,以点画面,同时拉动图形旋转-Polygon clipping the world body graphics test two
Platform: | Size: 312320 | Author: 崔婷 | Hits:

[Fractal programtuxin

Description: 多边形裁剪算法 Sutherland-Hodgeman算法 -Sutherland-Hodgeman polygon clipping algorithm algorithm
Platform: | Size: 1993728 | Author: chenkeng | Hits:

[Special Effectsopenwindows

Description: Sutherland-Hodgeman多边形裁剪算法实现-Polygon clipping algorithm
Platform: | Size: 4096 | Author: | Hits:

[CSharpSubsetData

Description: 读取TIF数据,可进行坐标裁剪,多边形裁剪,坐标矩形裁剪-Read the TIF data, the coordinates can be cut, polygon clipping, cropping rectangle coordinates
Platform: | Size: 146432 | Author: 曹洪涛 | Hits:

[Special EffectsCaiJian1--

Description: MFC做的图形处理,关于线段的裁剪,包括参数化法的凸多边形裁剪算法和Cohen-SutherLand裁剪算法。-MFC to do graphics processing, cut on the line, including the parameterization of the convex polygon clipping algorithm, and Cohen-Sutherland clipping algorithm.
Platform: | Size: 4758528 | Author: zengyong | Hits:

[Windows Developpolygons-cutting1

Description: 多边形裁剪的实现,计算机图形学教材作业多边形裁剪的实现的VC程序源代码及MFC实现。-Polygon clipping the realization and implementation of computer graphics textbook job clipping of the VC program source code and MFC.
Platform: | Size: 50176 | Author: 不曾失落的风 | Hits:

[OpenGL programcaijian

Description: 是opengl开发的关于多边形裁剪的程序哦,是没有问题的,亲,可以放心下载哦-Opengl development program on polygon clipping Oh, no problem, the pro, you can rest assured download!
Platform: | Size: 1256448 | Author: cami | Hits:

[GDI-Bitmapdraw4

Description: 编写应用程序实现多边形裁剪,要求具有如下功能: 1、 用鼠标确定裁剪区域(矩形区域); 2、 用鼠标输入待裁剪的多边形(可分别使用鼠标左键和右键来确定裁剪区域和待裁剪的多边形); 3、 多边形绘制完毕后进行裁剪,显示裁剪后的多边形,要求使用不同颜色绘制裁剪区域和裁剪后的多边形。-Write applications to polygon clipping, requires the following functions: 1, use the mouse to determine the crop area (rectangular area) 2 mouse input to be cut polygon (respectively, using the mouse left and right to determine the crop area to be cutting the polygon) crop, polygon drawing is completed, display the polygons after cutting, require the use of different colors to draw the crop area and crop polygon.
Platform: | Size: 1984512 | Author: 徐博文 | Hits:

[CSharpClipPolygon

Description: arengine在c#环境下实现多边形裁剪-arengine Polygon Clipping in c# environment
Platform: | Size: 2310144 | Author: asddsa | Hits:

[2D GraphicPolyClip

Description: code for polygon clipping algorithm
Platform: | Size: 1024 | Author: Darwin | Hits:

[Special Effectscaijiantuse

Description: 多边形的裁剪,单击左键画出任意多边形,单击右键画出多边形的最后一笔并裁剪多边形、涂色-Polygon clipping, click the left button to draw an arbitrary polygon, right-click to draw a polygon finishing touches and cutting polygons, coloring
Platform: | Size: 2405376 | Author: chen | Hits:

[Windows DevelopPdraw22o

Description: 多边形裁剪程序:用到的是比较常见的裁剪算法:Suutherland ,经测试 -Polygon clipping procedure: use the more common clipping algorithm: Suutherland been tested
Platform: | Size: 66560 | Author: comp | Hits:

[2D GraphicPrograms-CG

Description: This Program Deals With All Two-D Transformation Such As Translation, Scaling, Rotation, Reflection, Shearing In Homogeneous Coordinates. 3-D Transformation bresenham line drawing polygon filling polygon clipping
Platform: | Size: 9216 | Author: gori_17 | Hits:

[Graph DrawingSutherland-Hodgman

Description: 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法-Sutherland-Hodgeman polygon clipping algorithm based on the strategy of divide and conquer
Platform: | Size: 3072 | Author: | Hits:

[2D GraphicComputerGraphics

Description: 多边形填充 多边形裁剪 自定义多边形区域 自定义裁剪区域-Polygon fill polygon clipping custom polygon area custom crop area
Platform: | Size: 2126848 | Author: zhanglingyu | Hits:

[2D GraphicGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 -An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of
Platform: | Size: 87040 | Author: xuzhimin | Hits:

[Windows Developgraphic

Description: 计算机图形学 图形剪裁算法 两种基本的图形剪裁算法----线段剪裁算法、多边形剪裁算法;对两种算法的执行效率进行比较。 -Computer Graphics cut algorithm are two basic graphics cut algorithm---- segments cut algorithm, polygon clipping algorithm compare the efficiency of the implementation of the two algorithms.
Platform: | Size: 2504704 | Author: zhang | Hits:

[Special EffectsComputer-graphics-and-clipping

Description: 计算机图形学-多边形有效边表填充算法,建立活性边表-Computer Graphics table filling algorithm,- polygon effective edge to establish the active side of the table
Platform: | Size: 2274304 | Author: 高炜 | Hits:

[Windows DevelopSutherland_Hodgeman

Description: VS2008下MFC编程,研究生课程:计算机图形学画图编程,Sutherland_Hodgeman多边形裁剪算法-VS2008 under MFC programming, postgraduate courses, computer graphics drawing program, including: Sutherland_Hodgeman polygon clipping algorithm
Platform: | Size: 66560 | Author: LEO_山 | Hits:

[OtherDraw

Description: 一个建议的Cad系统,可以用三种方法画直线,实现多边形裁剪,直线的裁剪,多边形的填充。-A proposal Cad system, you can use three methods to draw a straight line, polygon clipping, cutting a straight line, polygon filling.
Platform: | Size: 2386944 | Author: 紫薇 | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net